.header_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
}

header .logo a img {
    width: 100%;
    height: 0.89rem;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin-top: .2rem;
}



.header_right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_right ul {
    display: flex;
    gap: 0 0.12rem;
}

.header_navBtn {
    width: 1.4rem;
    height: 0.65rem;
    font-size: 0.22rem;
    line-height: 0.65rem;
    text-align: center;
    position: relative;    
    border-bottom: 1px solid #fff;
}

.header_navBtn:hover {
    color: #fff;
    background: #015790;
}

.header_active {
    background: #015790;
    color: #fff !important;
}



.header_right .header_li {
    position: relative;
}

.header_right .header_li:nth-child(5){
    width: 1.6rem;
}
.header_right .header_li:nth-child(5) .header_navBtn {
    width: 1.6rem;
}
.header_right ul li dl {
    position: absolute;
    min-width: 100%;
    width: auto;
    left: 50%;
    background: #01518e;
    -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 9;
}





.header_right ul li dl dd {
    white-space: nowrap;
    height: .5rem;
    line-height: .5rem;

}

.header_right ul li dl dd:last-child {
    border-bottom: 0
}

.header_right ul li dl dd a {
    padding-left: .2rem;
    font-size: 0.15rem;
    color: #fff !important;
    font-weight: normal !important;

    display: block
}

.header_right ul li dl dd:hover {
    background: #2660aa;
    background: #fff;
}

.header_right ul li dl dd:hover a {
    /*color: #fff !important;*/
    color: #2660aa!important;
}

.header_right ul li dl {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(20px);
    -o-transform: translateX(-50%) translateY(20px);
    -webkit-transform: translateX(-50%) translateY(20px);
    -moz-transform: translateX(-50%) translateY(20px);
}

.header_right ul li:hover dl {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-filter: alpha(opacity=100);
}

.header_right ul li>a:hover:after {
    top: 0;
}

.header_right ul li>a:hover span {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%)
}

.hmax {
    height: 100% !important;
}

.logo h3 {
    font-size: 0.2rem;
    color: #374199;
    font-weight: normal;
}

.logo p {
    font-size: 0.14rem;
    color: #374199;
}

.dt {
    font-size: 0.18rem;
    color: #9b9797;
}

.dt img {
    margin-right: .1rem;
}

.w1240 {
    width: 12.4rem;
    margin: 0 auto;
    padding-top: .2rem;
}

header .logo a {
    margin-right: .5rem;
    width: 2.5rem;
}

.dis-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dis-flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dis-flex-center {
    display: flex;
    align-items: center;
}

.dis-flex-between {
    display: flex;
    justify-content: space-between
}

.dis-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.dt img {
    margin-right: .1rem;
    width: .2rem;
    height: .19rem;
}
@media only screen and (max-width: 1024px) {
.logo{
    display: none;
}
}